home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Drive Manager / DriveMan.exe / 0 / RCDATA / TFRMSUBSTDIALOG / TFRMSUBSTDIALOG.txt
Text File  |  2005-03-12  |  2KB  |  87 lines

  1. object FrmSubstDialog: TFrmSubstDialog
  2.   Left = 411
  3.   Top = 454
  4.   BorderStyle = bsDialog
  5.   Caption = 'Substitute Drive'
  6.   ClientHeight = 152
  7.   ClientWidth = 411
  8.   Color = 16763573
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SpeedButton1: TSpeedButton
  20.     Left = 376
  21.     Top = 64
  22.     Width = 23
  23.     Height = 22
  24.     Caption = '...'
  25.     OnClick = SpeedButton1Click
  26.   end
  27.   object Label1: TLabel
  28.     Left = 16
  29.     Top = 8
  30.     Width = 362
  31.     Height = 20
  32.     Caption = 'Select drive letter and path for tthe new drive'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -16
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 16
  42.     Top = 48
  43.     Width = 55
  44.     Height = 13
  45.     Caption = 'Drive Letter'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 96
  49.     Top = 48
  50.     Width = 22
  51.     Height = 13
  52.     Caption = 'Path'
  53.   end
  54.   object Edit1: TEdit
  55.     Left = 96
  56.     Top = 64
  57.     Width = 273
  58.     Height = 21
  59.     TabOrder = 0
  60.   end
  61.   object BitBtn1: TBitBtn
  62.     Left = 248
  63.     Top = 104
  64.     Width = 75
  65.     Height = 25
  66.     TabOrder = 1
  67.     Kind = bkCancel
  68.   end
  69.   object BitBtn2: TBitBtn
  70.     Left = 328
  71.     Top = 104
  72.     Width = 75
  73.     Height = 25
  74.     TabOrder = 2
  75.     Kind = bkOK
  76.   end
  77.   object Edit2: TEdit
  78.     Left = 16
  79.     Top = 64
  80.     Width = 73
  81.     Height = 21
  82.     CharCase = ecUpperCase
  83.     MaxLength = 1
  84.     TabOrder = 3
  85.   end
  86. end
  87.